Open
Bug 1968646
Opened 7 days ago
Remove null checks `nsGlobalWindowInner::Navigation`
Categories
(Core :: DOM: Navigation, task)
Core
DOM: Navigation
Tracking
()
NEW
People
(Reporter: farre, Unassigned)
References
(Blocks 1 open bug)
Details
nsGlobalWindowInner::Navigation
is currently in a transient state, where we need to null check it, since it can be null due to pref being off. When we ship, we should remove the pref and the null checks
You need to log in
before you can comment on or make changes to this bug.
Description
•